Enums in TypeScript Declaration files
**TLDR:** Do not define your enums in your TypeScript Declaration (`*.d.ts`) files, ever. As a developer coming from a `C# world` I was dealing today with a rather strange error when implementing new functionality for one of our products. I had to implement couple of services, and while doing so,...
[Read More]